jelix / jelix-standard
Standard distribution of the Jelix PHP framework
Requires
- php: >=7.4
- jelix/feeds-module: ~1.7.5
- jelix/jelix: 1.8.10
- jelix/wikirenderer-plugin: ~1.7.2
- dev-master / 2.0.x-dev
- dev-jelix-1.8.x / 1.8.x-dev
- v1.8.10
- v1.8.9
- v1.8.8
- v1.8.7
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.1
- v1.8.0
- dev-jelix-1.7.x / 1.7.x-dev
- v1.7.18
- v1.7.17
- v1.7.15
- v1.7.14
- v1.7.12
- v1.7.11
- v1.7.10
- v1.7.9
- v1.7.8
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.2
- v1.7.1
- v1.7.0
- v1.7.0-rc.6
- v1.7.0-rc.5
- v1.7.0-rc.4
- v1.7.0-rc.3
This package is auto-updated.
Last update: 2024-11-03 13:15:09 UTC
README
Jelix is an open-source framework for PHP.
It has a modular, extensible architecture. Applications based on Jelix are made with modules, which allow to reuse features in several projects.
For more informations, read details about its features.
This package, jelix/jelix-standard
, is a distribution of Jelix with standard components.
If you want a minimal package, use the jelix/jelix
package instead.
This branch is about Jelix 2.0 which is still in development. See branches jelix-1.8.x and jelix-1.7.x for stable versions.
Installation
The best way is to use Composer.
Create a directory and a composer.json file :
{
"name": "me/my-project",
"require": {
"php": ">=8.1",
"jelix/jelix-standard": "dev-master"
}
}
Then you run:
composer install
Read the documentation to create an application.
Documentation and community
There is a full manual to learn Jelix. You can read it directly on the website.
You can ask your questions on the forum or on our IRC Channel, #jelix, on the irc.freenode.net network.
Contribution & development
If you want to contribute, you can use the provided Vagrant configuration which install all what is needed to run and test Jelix, and launch unit tests. See the testapp/README.md file in the repository.
Fill issues on Github https://github.com/jelix/jelix/.