https://github.com/samshal/emmet-blue
Yet Another PHP Micro-framework
https://github.com/samshal/emmet-blue
php-library php-micro-framework
Last synced: 2 months ago
JSON representation
Yet Another PHP Micro-framework
- Host: GitHub
- URL: https://github.com/samshal/emmet-blue
- Owner: Samshal
- License: apache-2.0
- Created: 2016-05-29T15:51:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T17:01:15.000Z (6 months ago)
- Last Synced: 2025-03-25T07:41:41.440Z (3 months ago)
- Topics: php-library, php-micro-framework
- Language: PHP
- Homepage:
- Size: 255 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emmet-Blue [](https://scrutinizer-ci.com/g/EmmetBlue/Emmet-Blue/?branch=master) [](https://travis-ci.org/EmmetBlue/Emmet-Blue)
Emmetblue is a PHP micro-framework that provides the most basic components for bootstrapping any application. It includes libraries for agnostic database communication, session management, data validation, logging, and more.
## Installation
To install Emmetblue, you can clone the repository from GitHub:```bash
git clone https://github.com/Samshal/Emmet-Blue.git
```
Or, you can use Composer to install the dependencies:```
composer install
```## Usage
Emmetblue is designed to be easy to use and flexible enough to fit a wide range of applications. Here's an example of how to create a simple REST API using Emmetblue and the Slim framework:```php
run();
```From here, you can define your routes and handlers as needed for your application.
## Components
Emmetblue includes several libraries and components for working with PHP applications:- Database: Emmetblue includes an agnostic database library that can be used to connect to a variety of databases, including MySQL, PostgreSQL, and SQLite.
- Session: Emmetblue includes a library for managing session data in PHP applications.
- Validation: Emmetblue includes a library for validating user input in PHP applications.
- Logging: Emmetblue includes a simple logging library for PHP applications.## Contributing
If you would like to contribute to Emmetblue, please feel free to submit a pull request or open an issue. We welcome contributions from the community!