GithubHelp home page GithubHelp logo

wandersonwhcr / illuminate-romans Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 4.0 175 KB

Laravel Illuminate Romans Integration

License: MIT License

PHP 97.47% Dockerfile 2.53%
laravel illuminate php composer roman roman-number roman-numeral converter format validator

illuminate-romans's People

Contributors

dariusiii avatar ianmustafa avatar wandersonwhcr avatar

Watchers

 avatar

illuminate-romans's Issues

Create Provider

Create a Laravel provider to this package, initializing RomanToInt and IntToRoman filters as services.

Configure Package

Using Composer, we must initialize and configure this package. Remember to use the same name of this repository and add the same tags.

Install Development Tools

We must install and configure development tools, like phpunit or php-cs-fixer. Configure Travis CI, too.

Badges

Add project badges into README.md.

Include Documentation about Services

Issue #5 creates a provider to initialize all services, but we don't add some documentation about it.

Add an subentry into README.md, describing these services.

Introduction

Include a simple introduction into README.md, about this Laravel package.

Facades with Alias

Facades with alias don't work. Just rollback changes, using class names.

Create Service Aliases

As Zend\Romans, we must to configure services aliases as described below:

  • intToRoman => Romans\Filter\IntToRoman
  • romanToInt => Romans\Filter\RomanToInt

Also, we must reconfigure facades to use these aliases to improve dependency injection.

Create Helpers

Create helpers for int_to_roman and roman_to_int functions. These functions must use facades created with issue #7 .

Add License

Configure MIT license in LICENSE file.

Include a LICENSE topic inside README.md file.

Vagrant

Create a Vagrantfile to develop this package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.