2017 © Pedro Peláez
 

library chihebphp

php MVC Framework uses as a dependency cakephp ORM to manage database

image

cnweb/chihebphp

php MVC Framework uses as a dependency cakephp ORM to manage database

  • Thursday, March 30, 2017
  • by chihebnabil
  • Repository
  • 1 Watchers
  • 5 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Simplex Framework

A modern PHP 8.1+ MVC framework featuring elegant database ORM, middleware support, and robust routing system., (*1)

Requirements

  • PHP 8.1 or higher
  • Composer

Installation

composer create-project chiheb/simplex-framework your-project-name

Key Features

  • Modern PHP 8.1+ Framework
  • CakePHP ORM Integration
  • Environment Configuration with Symfony Dotenv
  • Logging with Monolog
  • PSR-4 Autoloading
  • Development Tools:
    • PHPUnit for testing
    • PHPStan for static analysis
    • PHP_CodeSniffer for coding standards
    • PHP-CS-Fixer for code formatting

Quick Start

  1. Configure your environment:
cp .env.example .env
  1. Install dependencies:
composer install
  1. Run development tools:
composer check    # Runs all code quality tools
composer format  # Fix code style
composer lint    # Check coding standards
composer analyze # Static analysis

Documentation

For detailed documentation, please refer to the documentation.md file in this repository., (*2)

License

This project is licensed under the MIT License. See the LICENSE file for details., (*3)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request., (*4)

Author

  • Chiheb Nabil
  • Email: chiheb.design@gmail.com
  • Website: https://mydevmentor.com

The Versions

30/03 2017

dev-master

9999999-dev

php MVC Framework uses as a dependency cakephp ORM to manage database

  Sources   Download

MIT

The Requires

 

The Development Requires

07/10 2015

v1.0

1.0.0.0

php MVC Framework uses as a dependency the package : illuminate/database to manage database

  Sources   Download

MIT

The Requires

 

The Development Requires