Skip to content

ZEIT Now PHP builder β€’ now-php β€’ 🐘+ Ξ» = ❀

License

Notifications You must be signed in to change notification settings

itsgoingd/now-php

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ZEIT Now PHP

Enjoyable & powerful 🐘 PHP builder for ZEIT Now.

πŸ•Ή f3l1x.io | πŸ’» f3l1x | 🐦 @xf3l1x

npm npm (latest) npm (canary) npm (experimental)

πŸ™‹ ROADMAP | CHANGELOG

🐣 Versions

Pkg Tag Stability Info
βœ… now-php latest production Rock-solid stable.
πŸ”₯ now-php canary testing For early-adopters.
⚠️ now-php experimental development Testing and high danger.

Need to know how things are changing? Here is changelog.

πŸ€— Features

  • Architecture: PHP development server (πŸš€ fast enough)
  • PHP version: 7.3.8
  • Extensions: apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dom, ds, exif, fileinfo, filter, ftp, gettext, hash, iconv, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, phalcon, Phar, readline, Reflection, session, SimpleXML, soap, sockets, sodium, SPL, sqlite3, ssh2, standard, swoole, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zlib
  • Speed: cold ~250ms / warm ~5ms
  • Memory: ~90mb

List of all installable extensions is on this page https://blog.remirepo.net/pages/PECL-extensions-RPM-status.

βš™οΈ Usage

{
  "version": 2,
  "builds": [
    { "src": "index.php", "use": "now-php" }
  ]
}

Configuration

{
  "version": 2,
  "builds": [
    {
      "src": "index.php",
      "use": "now-php",
      "config": {
        "composer": true,
        "php.ini": {
            "memory_limit": "128M",
            "post_max_size": "32M"
        }
      }
    }
  ]
}
  • composer [optional]
    • Force composer install
    • Type: boolean
    • Default: false
    • Values: true/false
    • Info: Composer is detected by presence of file composer.json. You can force it defining config.composer for the build.
  • php.ini [optional]

πŸ‘¨β€πŸ’»now dev

For running now dev properly, you need to have PHP installed on your computer, learn more.

πŸ‘€ Examples

Browse more examples. πŸ‘€

🚧 Roadmap

  • next-gen PHP builder βœ…
  • Composer
    • config.composer: true βœ…
    • composer.json detection βœ…
  • zero config βœ…
  • now dev βœ…
  • rewrite to typescript βœ…

Help wanted

  • create many examples (majority frameworks and other use-cases)
  • cover by tests

πŸ‘¨πŸ»β€πŸ’»CHANGELOG

Show me CHANGELOG

πŸ“ License

Copyright Β© 2019 f3l1x. This project is MIT licensed.

About

ZEIT Now PHP builder β€’ now-php β€’ 🐘+ Ξ» = ❀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.4%
  • Makefile 33.1%
  • JavaScript 26.0%
  • Shell 1.3%
  • PHP 0.2%