2017 © Pedro Peláez
 

library frod

Frontend Package Management

image

ionut/frod

Frontend Package Management

  • Friday, December 26, 2014
  • by ionut
  • Repository
  • 1 Watchers
  • 3 Stars
  • 90 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Frod

Build Status Total Downloads Latest Version Dependency Status, (*1)

Frod is a Real Time Frontend Package Manager. br/ You can use packages(ex: jquery, bootstrap, semantic-ui) without need to manually download them., (*2)

Install with composer take only a few seconds., (*3)

composer require ionut/frod

Documentation(with Quick start) available on frod.ionut-bajescu.com, (*4)

List with available packages on Frod Main Server you can find on server.frod.ionut-bajescu.com/packages., (*5)

Examples

Example of basic use:, (*6)

<?php
include 'vendor/autoload.php';
?>
<html>
    <head>
        <?=Frod::packages('jquery', 'bootstrap')?>
    </head>
    <body>
        Frod is awesome!
    </body>
</html>

But wait, you have magical method Frod::combine($package1, $package2) to combine all packages in just two files(css and js).
And you have Frod::movable($package1, $package2) to separate css and javascript(for put js bottom).
And surprising, you can chain all methods., (*7)

Let me show you an example:, (*8)


<html>
    <head>
        <?=$packages->css?>
    </head>
    <body>
        Frod is <b>pure</b> awesome!

        <?=$packages->js?>
    </body>
</html>

License

The Frod library is open-sourced software licensed under the MIT license., (*9)

The Versions

26/12 2014

dev-master

9999999-dev http://frod.ionut-bajescu.com/intro

Frontend Package Management

  Sources   Download

MIT

The Requires

 

The Development Requires

management package

26/12 2014

v1.1.2

1.1.2.0 http://frod.ionut-bajescu.com/intro

Frontend Package Management

  Sources   Download

MIT

The Requires

 

The Development Requires

management package