0.0.1-canary.23 β€’ Published 5 years ago

ties-now-php v0.0.1-canary.23

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

πŸ€— Features

  • Architecture: PHP development server (πŸš€ fast enought)
  • PHP version: 7.3.7
  • 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.

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

βš™οΈ Usage

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

🚧Everything is HOT right now, so you should rather test the now-php@canary version.

Composer is detected by presence of file composer.json. You can force it defining config.composer for the build.

{
  "version": 2,
  "builds": [
    { "src": "index.php", "use": "now-php@canary", "config": { "composer": true } }
  ]
}

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

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

πŸ‘€ Examples

npm.io

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

Browse the changes...

πŸ“ License

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