An open API service indexing awesome lists of open source software.

https://github.com/chekun/codeposer

A better way to build modern CodeIgniter Applications.
https://github.com/chekun/codeposer

Last synced: about 1 year ago
JSON representation

A better way to build modern CodeIgniter Applications.

Awesome Lists containing this project

README

          

CodePoser
========================

[![Build Status](https://travis-ci.org/chekun/codeposer.svg?branch=master)](https://travis-ci.org/chekun/codeposer)
[![Total Downloads](https://poser.pugx.org/codeposer/codeposer/d/total.svg)](https://packagist.org/packages/codeposer/codeposer)
[![Latest Stable Version](https://poser.pugx.org/codeposer/codeposer/v/stable.svg)](https://packagist.org/packages/codeposer/codeposer)
[![License](https://poser.pugx.org/codeposer/codeposer/license.svg)](https://packagist.org/packages/codeposer/codeposer)

A better way to build modern CodeIgniter Applications. [CodePoser website](http://codeposer.chekun.me)

![screenshot](https://user-images.githubusercontent.com/1967804/29114747-cffb43c2-7d27-11e7-8cfa-dff5b3579a86.png)

### Features

- We are now in the ```Composer``` world
- Built-in PHP web server
- Modern workflow - taken advantage of ```laravel mix```
- Dead simple to use
- More to come ...

### Quick Start

- Create Project

```
composer create-project codeposer/codeposer .
```

- Npm Ready

```
npm install
```

- Run Webpack

```
npm run dev
```

- Start Server

```
php -S localhost:9999 -t public server.php
```

- Enjoy!

Go and visit ```http://localhost:9999/```, and have fun.

### Thanks to

- [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
- [Laravel-Mix](https://github.com/JeffreyWay/laravel-mix)
- [PHPDotenv](https://github.com/vlucas/phpdotenv)

### Licensce

The CodePoser project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)