Skip to content

Instantly share code, notes, and snippets.

View phpboyscout's full-sized avatar

Matt Cockayne phpboyscout

View GitHub Profile
package models
import com.typesafe.config._
import services.stores._
import tables._
import com.outworkers.phantom.macros.DatabaseHelper
import com.outworkers.phantom.connectors.CassandraConnection
import com.outworkers.phantom.dsl._

Keybase proof

I hereby claim:

  • I am phpboyscout on github.
  • I am phpboyscout (https://keybase.io/phpboyscout) on keybase.
  • I have a public key whose fingerprint is 3E1F 970F 5969 BD38 E2C5 3FBB AD9E D6EC 1C20 BD88

To claim this, I am signing this object:

<?php
(new class {
public $response;
public function __construct()
{
$this->response = new class {
public function __toString(){
return "Hello World" . PHP_EOL;
Create the two scripts below and symlink/copy the base Zend folder from Zend framework to the same dir as the scripts
then run ./verify.php moo `./encrypt.php moo` to test
// encrypt.php
#!/usr/bin/php
<?php
function __autoload($class) {
$class = str_replace('\\', '/', $class);
{
"name": "testing-composer-resolution",
"description": "testing composer-resolution",
"minimum-stability": "dev",
"require": {
"doctrine/doctrine-mongo-odm-module": "dev-master",
"doctrine/doctrine-orm-module": "dev-master"
}
}
--- $class ---------------------------------------------------------------------
object(stdClass)[1435]
public '__CLASS__' => string 'Doctrine\ODM\MongoDB\Mapping\ClassMetadata' (length=42)
public 'reflFields' =>
array (size=10)
'Source' =>
object(stdClass)[1425]
public '__CLASS__' => string 'ReflectionProperty' (length=18)
public 'name' => string 'Source' (length=6)