This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Arkady b19c543988 fix cs (#1995)
* remove leading slashes in `use` clauses

* remove spaces inside parenthesis

* ensure one blank line after the `use` statement

* ensure cast are written in lower case

* fix whitespace around the keyword of a class

* remove spaces after function call

* remove trailing whitespace

* standardize spaces around ternary operator

* ensure php keywords are in lower case

* remove whitespace before closing semicolon

* ensure whitespace after each comma in array

* ensure `true`, `false`, and `null` are lower case
2021-05-12 23:53:11 +03:00
2021-03-28 17:45:39 +03:00
2021-05-12 23:53:11 +03:00
2021-05-11 15:34:46 +03:00
2015-05-05 11:39:57 +03:00
2021-05-11 12:53:58 +03:00
2021-01-28 16:02:47 +02:00
2021-05-01 13:23:11 +03:00
2021-03-18 15:47:57 +02:00
2021-03-28 17:45:39 +03:00
2021-05-12 12:10:51 +03:00
2021-04-27 18:56:22 +03:00
2017-01-19 12:26:19 +02:00
2020-12-28 18:20:20 +02:00
2020-12-28 18:20:44 +02:00
2020-04-28 13:31:18 +03:00
2021-01-25 16:37:54 +02:00
2021-01-25 16:37:54 +02:00
2021-03-18 13:39:14 +02:00
2021-03-25 16:11:30 +02:00
2021-03-25 16:11:30 +02:00
2020-11-25 13:45:48 +02:00
2021-01-25 16:37:54 +02:00
2021-01-25 16:37:54 +02:00
2021-01-25 16:37:54 +02:00
2021-05-11 15:59:04 +03:00
2021-03-28 17:45:39 +03:00
2021-01-25 16:37:54 +02:00
2015-10-28 16:39:05 +02:00
2021-01-25 16:37:54 +02:00
2020-12-21 13:13:30 +02:00
2021-01-25 16:37:54 +02:00
2021-01-25 16:37:54 +02:00
2021-02-25 11:28:26 +02:00
2021-01-25 16:37:54 +02:00
2014-03-26 15:46:04 +02:00
2020-04-29 15:16:47 +03:00
2021-05-11 15:59:04 +03:00
2020-04-28 13:31:18 +03:00
2021-01-25 16:37:54 +02:00

EspoCRM

EspoCRM is an Open Source CRM (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface.

It's a web application with a frontend designed as a single page application and REST API backend written in PHP.

Download the latest release from our website.

Requirements

  • PHP 7.3 and later (with pdo, json, gd, openssl, zip, imap, mbstring, curl extensions);
  • MySQL 5.7 (and later), or MariaDB 10.1 (and later).

For more information about server configuration see this article.

Documentation

Documentation for administrators, users and developers is available here.

How to report a bug

Create an issue here or post on our forum.

How to install a stable version

Download the latest version. See the instructions about installation.

Development

How to contribute

Before we can merge your pull request you need to accept our CLA here. It's very simple to do.

Branches:

  • hotfix/* upcoming maintenance release; fixes should be pushed to this branch;
  • master develop branch; new features should be pushed to this branch;
  • stable last stable release.

License

EspoCRM is published under the GNU GPLv3 license.

S
Description
Archived from gitea.marcus1.com
Readme 98 MiB
Languages
PHP 65.2%
JavaScript 29.7%
Less 2.9%
Go Template 2%
CSS 0.2%