jetset / jetset-standard
An API project skeleton for the JetSet/Silex micro-framework
Requires
- doctrine/annotations: ^1.13
- doctrine/orm: ^2.11
- filp/whoops: ^2.14
- jetset/silex: ^0.0.1
- nesbot/carbon: ^2.57
- ramsey/uuid: ^4.2
- symfony/cache: ^5.4
- symfony/serializer: ^5.4
- symfony/yaml: 4.4
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2024-11-09 22:26:18 UTC
README
JetSet
A project skeleton for the fast, intuitive, and powerful JetSet/Silex PHP micro-framework.
Explore JetSet docs ยป
Table of contents
Technical Requirements
-
Install PHP 7.3.30+ or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): xml, intl, ext-zip, Ctype, iconv, PCRE, Session, SimpleXML, and Tokenizer;
-
Install Composer, which is used to install PHP packages.
Quick start
Several quick start options are available:
- Clone the repo:
git clone https://github.com/rjcalifornia/jetset-standard.git
- Install with Composer
composer create-project jetset-standard my_project
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, JetSet is maintained under the Semantic Versioning guidelines.
Copyright and license
Code released under the MIT License