Giter Site home page Giter Site logo

utopia-php / http Goto Github PK

View Code? Open in Web Editor NEW
236.0 17.0 31.0 1.09 MB

Lite & fast micro PHP HTTP framework that is easy to learn.

License: MIT License

PHP 99.46% HTML 0.05% Dockerfile 0.16% Shell 0.32%
php framework router micro-framework hacktoberfest

http's People

Contributors

aadeesh11 avatar aaryan2134 avatar abnegate avatar ankushsinghgandhi avatar christyjacob4 avatar eldadfux avatar everly-gif avatar fogelito avatar kodumbeats avatar lohanidamodar avatar meldiron avatar pineappleionic avatar rohiraanjali avatar rutam21 avatar shimonewman avatar stnguyen90 avatar thinkverse avatar torstendittmann avatar vermakhushboo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

http's Issues

๐Ÿ“š Documentation: Where do I get the Documentation

๐Ÿ’ญ Description

Where do I get the ๐Ÿ“š Documentation ?

I'm trying out this frameWork but can't seem to find it's documentation and features of the frameWork.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

๐Ÿš€ Feature: Migrate from travis.yml to Github actions

๐Ÿ”– Feature description

As the title suggests, we are currently migrating all of our workflows from Travis to GitHub Actions. Here's the below checklist that needs to be migrated to GitHub Actions.

Tasklist

  • utopia-php/ab (#12)
  • utopia-php/analytics (#45)
  • utopia-php/cache (#13)
  • utopia-php/cli (#29)
  • utopia-php/config (#12)
  • utopia-php/domains (#31)
  • utopia-php/image (#27)
  • utopia-php/locale (#16)
  • utopia-php/logger (#30)
  • utopia-php/mongo
  • utopia-php/orchestration (#33)
  • utopia-php/queue
  • utopia-php/registry (#13)
  • utopia-php/storage
  • utopia-php/system (#24)
  • utopia-php/pay
  • utopia-php/platform
  • utopia-php/preloader
  • utopia-php/websocket

You can look at one of the PRs attached to help us migrating to GitHub actions for rest of the repos

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

Upgrade our issue templates to use GitHub issue forms โœ๏ธ

Introduction

GitHub has recently rolled out a public beta for their issue forms feature. This would allow you to create interactive issue templates and validate them ๐Ÿคฏ.

Appwrite currently uses the older issue template format. Your task is to create GitHub issue forms for this repository. Please use Appwrite's issue templates as a reference for this PR.

Tasks summary:

  • Fork & clone this repository
  • Prepare bug report issue form in .github/ISSUE_TEMPLATE/bug.yaml
  • Prepare documentation issue form in .github/ISSUE_TEMPLATE/documentation.yaml
  • Prepare feature request issue form in .github/ISSUE_TEMPLATE/feature.yaml
  • Push changes to master and test issue forms on your fork
  • Submit pull request

If you need any help, reach out to us on our Discord server.

Are you ready to work on this issue? ๐Ÿค” Let us know, and we will assign it to you ๐Ÿ˜Š

Happy Appwriting!

๐Ÿ“š Documentation: App class documentation is not up to date

๐Ÿ’ญ Description

Both the README.md file and the Getting-Starting-Guide.md file suggests that there are 3 types of hooks, and that the parameters for the init hook for example are a callback function, a resources array, and a group.

However, this has not been the case for the past 2 years.

Documentation should be updated.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

W hat if I want to use external Router & Database class

Hello

  1. What do I have to do in order to use an external Router class like https://github.com/bramus/router.

Reason is https://github.com/bramus/router has the features I needed + I couldn't find documentation of the router coupled with utopia PHP FrameWork.

  1. Also I don't use Composer, nor do I ever pray to. Could I just copy over the framework and include it ? Checked composer.json and found no external dependency, YET I couldn't find some of the decoupled utopia classes such as the webSocket class inside utopia FrameWork files. Are the decoupled Classes meant to be manually included when needed, or I'm missing something?

  2. How do I modify the HTTP class used by utopia PHP frameWork ?
    I presume it should be inside Request.php file. I want to be able to use https://github.com/stefangabos/Zebra_cURL in addition to what utopia PHP frameWork has got to offer.

My interest in utopia frameWork is that it works using just NGINx without PHP-FPM.

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.