PHPackages                             erdum/php-weekend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. erdum/php-weekend

ActiveLibrary

erdum/php-weekend
=================

A simple minimal set of functions provide you the ability to build API &amp; web application with no setup time

v1.1.4(1y ago)2161MITPHPPHP &gt;=5.1

Since Jul 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/erdum/php-weekend)[ Packagist](https://packagist.org/packages/erdum/php-weekend)[ RSS](/packages/erdum-php-weekend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

PHP-Weekend
===========

[](#php-weekend)

A simple minimal set of functions provide you the ability to build API &amp; web application with no setup time

[![](https://camo.githubusercontent.com/a50c97b82a3f221b9b8986b2949ff37227240b507d6c4655ebe9af1d93d50bc8/68747470733a2f2f692e696d6775722e636f6d2f704c696b617a722e706e67)](https://camo.githubusercontent.com/a50c97b82a3f221b9b8986b2949ff37227240b507d6c4655ebe9af1d93d50bc8/68747470733a2f2f692e696d6775722e636f6d2f704c696b617a722e706e67)

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Feedback](#feedback)
- [Contributors](#contributors)
- [License](#license)

Features
--------

[](#features)

- Routing with dynamic routes
- Templating
- Method for accessing request data
- Method for sending json data
- Customizable
- No design restriction build your API in anyway you want
- Zero configuration

Installation
------------

[](#installation)

Install PHP-Weekend with composer

```
composer require erdum/php-weekend
```

Or install without composer on older PHP versions just copy the src directory and require the App.php and Router.php

```
