• Stars
    star
    196
  • Rank 197,937 (Top 4 %)
  • Language
    PHP
  • License
    BSD 3-Clause "New...
  • Created over 13 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.

li₃ fullstack distribution

Synopsis

The li₃ fullstack distribution is an application system that includes the overarching directory layout, an example starting application, and a copy of the li₃ framework.

Installation / Quickstart

Make sure you have Composer installed, then run the following command to create an initial project from this distribution:

composer create-project unionofrad/framework app

Inside the the app directory start the builtin PHP development webserver.

php -S 127.0.0.1:8080 -t webroot index.php

You should now be able to see the welcome page by visiting http://127.0.0.1:8080.

The manual has more information on the installation process as well as getting your first project started very quickly.

Copyright & License

Copyright 2015 Union of RAD. All rights reserved. This library is distributed under the terms of the BSD 3-Clause License. The full license text can be found in the LICENSE.txt file.

More Repositories

1

lithium

li₃ is the fast, flexible and most RAD development framework for PHP
PHP
1,221
star
2

manual

li₃: The Definitive Guide
65
star
3

li3_docs

Documentation generator for li₃.
PHP
16
star
4

sphere

(unmaintained) li3 sphere community board
PHP
15
star
5

li3_qa

(deprecated) A Lithium plugin to ensure code quality.
PHP
13
star
6

li3_queue

Message and job queuing for li3.
PHP
12
star
7

li3_quality

(unmaintained) Code quality assurance for li₃.
PHP
12
star
8

phpca

(deprecated) Fork of the Experimental static code analyzer for PHP.
PHP
10
star
9

li3_lldr

Additional g11n resources for li3.
PHP
9
star
10

li3_design

(unmaintained) A Lithium plugin with lots of things useful to designers.
PHP
9
star
11

li3_lab

(unmaintained) A plugin server (plugin) for Li3, the RAD framework for PHP 5.3+.
PHP
7
star
12

li3_sqlsrv

(unmaintained) An SQL Server adapter for the Lithium Framework
PHP
7
star
13

li3_cldr

Support for querying Unicode's CLDR for li3.
PHP
7
star
14

lithium_bin

(unmaintained) CouchDB powered pastebin application & source for Pastium.
PHP
6
star
15

li3_fixtures

(deprecated) Fixtures management for li3.
PHP
6
star
16

li3_sqltools

(deprecated) Tools to help manage and test SQL databases.
PHP
4
star
17

li3_couchbase

Couchbase datasource for li3.
PHP
4
star
18

li3_behaviors

Model Behaviors plugin for the li₃ PHP framework.
PHP
4
star
19

site

Website for the li₃ project.
PHP
2
star
20

li3_bot

(unmaintained) IRC bot for li3.
PHP
2
star
21

specs

li3 Standard Specifications
2
star
22

li3_plugin

li₃ plugin contains the basic directory structure to start developing your own plugin.
PHP
2
star